C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / IsRequired Property

In This Topic
IsRequired Property (AutoCompleteBase<T>)
In This Topic
Gets or sets a value indicating whether the control value must be a non-empty string.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Overrides Property IsRequired As Boolean
 
See Also